home *** CD-ROM | disk | FTP | other *** search
- @import url("../main.css");
-
- .incomingItem .timeStamp {
- color:#b3cf77;
- }
-
- .outgoingItem .timeStamp {
- color:#dbd789;
- }
-
-
- /*############Incoming Bubble########## */
-
- .incomingItem {
- background:url("../images/greenBackground.gif") repeat-y top right;
- }
-
- .incomingItem .bubbleHeading {
- background:url("../images/greenCurves.gif") no-repeat top left;
- }
-
- .incomingItem .bubbleHeading div {
- background:url("../images/greenCurves.gif") no-repeat top right;
- }
-
- .incomingItem .bubbleIndicator {
- background:url("../images/greenIndicator.gif") no-repeat top left;
- }
-
- .incomingItem .bubbleFooting {
- background:url("../images/greenCurves.gif") no-repeat bottom left;
- }
-
- .incomingItem .bubbleFooting div {
- background:url("../images/greenCurves.gif") no-repeat bottom right;
- }
-
- .incomingItem .response {
- background:url("../images/greenBackground.gif") repeat-y top left;
- }
-
- .incomingItem .followUp {
- color:#e2efc4;
- background-color:#e2efc4;
- border-bottom:1px solid #fff;
- }
-
-
- /*############Outgoing Bubble########## */
-
- .outgoingItem {
- background:url("../images/yellowBackground.gif") repeat-y top right;
- }
-
- .outgoingItem .bubbleHeading {
- background:url("../images/yellowCurves.gif") no-repeat top left;
- }
-
- .outgoingItem .bubbleHeading div {
- background:url("../images/yellowCurves.gif") no-repeat top right;
- }
-
- .outgoingItem .bubbleIndicator {
- background:url("../images/yellowIndicator.gif") no-repeat top left;
- }
-
- .outgoingItem .bubbleFooting {
- background:url("../images/yellowCurves.gif") no-repeat bottom left;
- }
-
- .outgoingItem .bubbleFooting div {
- background:url("../images/yellowCurves.gif") no-repeat bottom right;
- }
-
- .outgoingItem .response {
- background:url("../images/yellowBackground.gif") repeat-y top left;
- }
-
- .outgoingItem .followUp {
- color:#f4f2cb;
- background-color:#f4f2cb;
- border-bottom:1px solid #fff;
- }
-